[INFO] cloning repository https://github.com/manish02007/comicinfo-generator-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/manish02007/comicinfo-generator-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmanish02007%2Fcomicinfo-generator-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmanish02007%2Fcomicinfo-generator-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] edec9cc58c1e26a93ac22e6e302be3f63277c2a0
[INFO] checking manish02007/comicinfo-generator-rs against master#df1ae0f7dd168513de2d89beb2cb7a95d4fdc118 for pr-159343
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmanish02007%2Fcomicinfo-generator-rs" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/manish02007/comicinfo-generator-rs
[INFO] finished tweaking git repo https://github.com/manish02007/comicinfo-generator-rs
[INFO] tweaked toml for git repo https://github.com/manish02007/comicinfo-generator-rs written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/manish02007/comicinfo-generator-rs on toolchain df1ae0f7dd168513de2d89beb2cb7a95d4fdc118
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+df1ae0f7dd168513de2d89beb2cb7a95d4fdc118" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/manish02007/comicinfo-generator-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+df1ae0f7dd168513de2d89beb2cb7a95d4fdc118" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded hello_egui_utils v0.6.0
[INFO] [stderr]   Downloaded simple-easing v1.0.2
[INFO] [stderr]   Downloaded concat-idents v1.1.5
[INFO] [stderr]   Downloaded egui_dnd v0.10.0
[INFO] [stderr]   Downloaded egui_animation v0.6.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ce54fa4b7911aae219d0a41bdfca401a5a0205f2a5fcd5cd2ed2f38115a70118
[INFO] running `Command { std: "docker" "start" "ce54fa4b7911aae219d0a41bdfca401a5a0205f2a5fcd5cd2ed2f38115a70118", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ce54fa4b7911aae219d0a41bdfca401a5a0205f2a5fcd5cd2ed2f38115a70118", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ce54fa4b7911aae219d0a41bdfca401a5a0205f2a5fcd5cd2ed2f38115a70118" "/opt/rustwide/cargo-home/bin/cargo" "+df1ae0f7dd168513de2d89beb2cb7a95d4fdc118" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ce54fa4b7911aae219d0a41bdfca401a5a0205f2a5fcd5cd2ed2f38115a70118", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ce54fa4b7911aae219d0a41bdfca401a5a0205f2a5fcd5cd2ed2f38115a70118" "/opt/rustwide/cargo-home/bin/cargo" "+df1ae0f7dd168513de2d89beb2cb7a95d4fdc118" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]     Checking log v0.4.32
[INFO] [stderr]    Compiling cc v1.2.64
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]     Checking wayland-sys v0.31.11
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking unicode-ident v1.0.24
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking epaint_default_fonts v0.29.1
[INFO] [stderr]    Compiling quick-xml v0.39.4
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling zvariant_utils v3.4.0
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]    Compiling enumflags2 v0.7.12
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking emath v0.29.1
[INFO] [stderr]    Compiling wayland-backend v0.3.15
[INFO] [stderr]     Checking syn v2.0.117
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling smithay-client-toolkit v0.19.2
[INFO] [stderr]    Compiling endi v1.1.1
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking ecolor v0.29.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling wayland-scanner v0.31.10
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.1
[INFO] [stderr]    Compiling glutin_glx_sys v0.6.1
[INFO] [stderr]    Compiling winit v0.30.13
[INFO] [stderr]    Compiling toml_edit v0.25.12+spec-1.1.0
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling glutin v0.32.3
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking dpi v0.1.2
[INFO] [stderr]     Checking uuid v1.23.3
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling glutin-winit v0.5.0
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]    Compiling concat-idents v1.1.5
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking async-fs v2.2.0
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]     Checking simple-easing v1.0.2
[INFO] [stderr]     Checking glow v0.14.2
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]    Compiling zip v2.4.2
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]    Compiling rfd v0.15.4
[INFO] [stderr]     Checking bumpalo v3.20.3
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]    Compiling zvariant_derive v5.12.0
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking tinyvec v1.11.0
[INFO] [stderr]     Checking zopfli v0.8.3
[INFO] [stderr]     Checking epaint v0.29.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]     Checking pollster v0.4.0
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking egui v0.29.1
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]    Compiling zvariant v5.12.0
[INFO] [stderr]     Checking calloop v0.14.4
[INFO] [stderr]     Checking webbrowser v1.2.1
[INFO] [stderr]     Checking async-signal v0.2.14
[INFO] [stderr]     Checking async-net v2.0.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]     Checking wayland-client v0.31.14
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking arboard v3.6.1
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking hello_egui_utils v0.6.0
[INFO] [stderr]     Checking egui_glow v0.29.1
[INFO] [stderr]     Checking egui_animation v0.6.0
[INFO] [stderr]     Checking wayland-protocols v0.32.12
[INFO] [stderr]     Checking wayland-cursor v0.31.14
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking calloop-wayland-source v0.4.1
[INFO] [stderr]     Checking egui_dnd v0.10.0
[INFO] [stderr]    Compiling zbus_names v4.3.2
[INFO] [stderr]     Checking regex v1.12.4
[INFO] [stderr]    Compiling zbus_macros v5.16.0
[INFO] [stderr]     Checking zbus v5.16.0
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.12
[INFO] [stderr]     Checking wayland-protocols-experimental v20250721.0.1
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.12
[INFO] [stderr]     Checking wayland-protocols-misc v0.3.12
[INFO] [stderr]     Checking smithay-client-toolkit v0.20.0
[INFO] [stderr]     Checking smithay-clipboard v0.7.3
[INFO] [stderr]     Checking ashpd v0.11.1
[INFO] [stderr]     Checking egui-winit v0.29.1
[INFO] [stderr]     Checking eframe v0.29.1
[INFO] [stderr]     Checking comicinfo-generator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:1402:71
[INFO] [stdout]      |
[INFO] [stdout] 1402 | ...                   .stroke(egui::Stroke::new(1.0, theme::BDR))
[INFO] [stdout]      |                                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]      = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:1612:83
[INFO] [stdout]      |
[INFO] [stdout] 1612 |             .frame(egui::Frame::none().fill(theme::SURF).stroke(egui::Stroke::new(1.0, theme::BDR))
[INFO] [stdout]      |                                                                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:1616:81
[INFO] [stdout]      |
[INFO] [stdout] 1616 |             .frame(egui::Frame::none().fill(theme::BG).stroke(egui::Stroke::new(1.0, theme::BDR))
[INFO] [stdout]      |                                                                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:1620:83
[INFO] [stdout]      |
[INFO] [stdout] 1620 |             .frame(egui::Frame::none().fill(theme::SURF).stroke(egui::Stroke::new(1.0, theme::BDR))
[INFO] [stdout]      |                                                                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:1709:47
[INFO] [stdout]      |
[INFO] [stdout] 1709 |                     .stroke(egui::Stroke::new(1.0,
[INFO] [stdout]      |                                               ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:1828:51
[INFO] [stdout]      |
[INFO] [stdout] 1828 |                         .stroke(egui::Stroke::new(1.0, theme::BDR))
[INFO] [stdout]      |                                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:2081:55
[INFO] [stdout]      |
[INFO] [stdout] 2081 | ...                   .stroke(egui::Stroke::new(1.0, theme::BDR))
[INFO] [stdout]      |                                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:2130:152
[INFO] [stdout]      |
[INFO] [stdout] 2130 | ...NSPARENT).stroke(egui::Stroke::new(1.0, theme::BDR)).rounding(egui::Rounding::same(5.0)).min_size(egui::vec2(0.0,24.0))).clicke...
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:2139:150
[INFO] [stdout]      |
[INFO] [stdout] 2139 | ...NSPARENT).stroke(egui::Stroke::new(1.0, theme::BDR)).rounding(egui::Rounding::same(5.0)).min_size(egui::vec2(0.0,24.0))).clicke...
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:2160:150
[INFO] [stdout]      |
[INFO] [stdout] 2160 | ...NSPARENT).stroke(egui::Stroke::new(1.0, theme::BDR)).rounding(egui::Rounding::same(5.0)).min_size(egui::vec2(0.0,24.0))).clicke...
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:2288:67
[INFO] [stdout]      |
[INFO] [stdout] 2288 | ...                   .stroke(egui::Stroke::new(1.0, theme::BDR))
[INFO] [stdout]      |                                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:2405:59
[INFO] [stdout]      |
[INFO] [stdout] 2405 | ...                   .stroke(egui::Stroke::new(1.0, theme::BDR))
[INFO] [stdout]      |                                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:2496:59
[INFO] [stdout]      |
[INFO] [stdout] 2496 | ...                   .stroke(egui::Stroke::new(1.0, theme::BDR))
[INFO] [stdout]      |                                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:2506:59
[INFO] [stdout]      |
[INFO] [stdout] 2506 | ...                   .stroke(egui::Stroke::new(1.0, theme::BDR))
[INFO] [stdout]      |                                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:2516:59
[INFO] [stdout]      |
[INFO] [stdout] 2516 | ...                   .stroke(egui::Stroke::new(1.0, theme::BDR))
[INFO] [stdout]      |                                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:2761:39
[INFO] [stdout]      |
[INFO] [stdout] 2761 |             .stroke(egui::Stroke::new(1.0, theme::BDR))
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:2790:51
[INFO] [stdout]      |
[INFO] [stdout] 2790 |                         .stroke(egui::Stroke::new(1.5, stop_col))
[INFO] [stdout]      |                                                   ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:2850:39
[INFO] [stdout]      |
[INFO] [stdout] 2850 |             .stroke(egui::Stroke::new(1.0, theme::BDR))
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:2862:59
[INFO] [stdout]      |
[INFO] [stdout] 2862 | ...                   .stroke(egui::Stroke::new(1.0, theme::BDR))
[INFO] [stdout]      |                                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:2945:39
[INFO] [stdout]      |
[INFO] [stdout] 2945 |             .stroke(egui::Stroke::new(1.0, theme::BDR))
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/theme.rs:33:29
[INFO] [stdout]    |
[INFO] [stdout] 33 |         .stroke(Stroke::new(1.0, BDR))
[INFO] [stdout]    |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/theme.rs:41:29
[INFO] [stdout]    |
[INFO] [stdout] 41 |         .stroke(Stroke::new(1.0, BDR))
[INFO] [stdout]    |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/theme.rs:76:25
[INFO] [stdout]    |
[INFO] [stdout] 76 |     .stroke(Stroke::new(1.0, BDR))
[INFO] [stdout]    |                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/theme.rs:116:44
[INFO] [stdout]     |
[INFO] [stdout] 116 |     vis.window_stroke        = Stroke::new(1.0, BDR);
[INFO] [stdout]     |                                            ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/theme.rs:128:40
[INFO] [stdout]     |
[INFO] [stdout] 128 |             $w.bg_stroke = Stroke::new(1.0, $s);
[INFO] [stdout]     |                                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout] ...
[INFO] [stdout] 134 |     wset!(vis.widgets.noninteractive, fill=SURF2, stroke=BDR,  fg=TDIM);
[INFO] [stdout]     |     ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: this warning originates in the macro `wset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/theme.rs:129:40
[INFO] [stdout]     |
[INFO] [stdout] 129 |             $w.fg_stroke = Stroke::new(1.5, $fg);
[INFO] [stdout]     |                                        ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout] ...
[INFO] [stdout] 134 |     wset!(vis.widgets.noninteractive, fill=SURF2, stroke=BDR,  fg=TDIM);
[INFO] [stdout]     |     ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: this warning originates in the macro `wset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/theme.rs:128:40
[INFO] [stdout]     |
[INFO] [stdout] 128 |             $w.bg_stroke = Stroke::new(1.0, $s);
[INFO] [stdout]     |                                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout] ...
[INFO] [stdout] 135 |     wset!(vis.widgets.inactive,       fill=SURF3, stroke=BDR,  fg=TXT);
[INFO] [stdout]     |     ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: this warning originates in the macro `wset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/theme.rs:129:40
[INFO] [stdout]     |
[INFO] [stdout] 129 |             $w.fg_stroke = Stroke::new(1.5, $fg);
[INFO] [stdout]     |                                        ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout] ...
[INFO] [stdout] 135 |     wset!(vis.widgets.inactive,       fill=SURF3, stroke=BDR,  fg=TXT);
[INFO] [stdout]     |     ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: this warning originates in the macro `wset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/theme.rs:128:40
[INFO] [stdout]     |
[INFO] [stdout] 128 |             $w.bg_stroke = Stroke::new(1.0, $s);
[INFO] [stdout]     |                                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout] ...
[INFO] [stdout] 136 |     wset!(vis.widgets.hovered,        fill=SURF4, stroke=ACC2, fg=TXT);
[INFO] [stdout]     |     ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: this warning originates in the macro `wset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/theme.rs:129:40
[INFO] [stdout]     |
[INFO] [stdout] 129 |             $w.fg_stroke = Stroke::new(1.5, $fg);
[INFO] [stdout]     |                                        ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout] ...
[INFO] [stdout] 136 |     wset!(vis.widgets.hovered,        fill=SURF4, stroke=ACC2, fg=TXT);
[INFO] [stdout]     |     ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: this warning originates in the macro `wset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/theme.rs:128:40
[INFO] [stdout]     |
[INFO] [stdout] 128 |             $w.bg_stroke = Stroke::new(1.0, $s);
[INFO] [stdout]     |                                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout] ...
[INFO] [stdout] 137 |     wset!(vis.widgets.active,         fill=ACC,   stroke=ACC2, fg=Color32::WHITE);
[INFO] [stdout]     |     ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: this warning originates in the macro `wset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/theme.rs:129:40
[INFO] [stdout]     |
[INFO] [stdout] 129 |             $w.fg_stroke = Stroke::new(1.5, $fg);
[INFO] [stdout]     |                                        ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout] ...
[INFO] [stdout] 137 |     wset!(vis.widgets.active,         fill=ACC,   stroke=ACC2, fg=Color32::WHITE);
[INFO] [stdout]     |     ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: this warning originates in the macro `wset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/theme.rs:128:40
[INFO] [stdout]     |
[INFO] [stdout] 128 |             $w.bg_stroke = Stroke::new(1.0, $s);
[INFO] [stdout]     |                                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout] ...
[INFO] [stdout] 138 |     wset!(vis.widgets.open,           fill=SURF3, stroke=ACC,  fg=TXT);
[INFO] [stdout]     |     ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: this warning originates in the macro `wset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/theme.rs:129:40
[INFO] [stdout]     |
[INFO] [stdout] 129 |             $w.fg_stroke = Stroke::new(1.5, $fg);
[INFO] [stdout]     |                                        ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout] ...
[INFO] [stdout] 138 |     wset!(vis.widgets.open,           fill=SURF3, stroke=ACC,  fg=TXT);
[INFO] [stdout]     |     ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: this warning originates in the macro `wset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/theme.rs:141:41
[INFO] [stdout]     |
[INFO] [stdout] 141 |     vis.selection.stroke  = Stroke::new(1.0, ACC2);
[INFO] [stdout]     |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:1402:71
[INFO] [stdout]      |
[INFO] [stdout] 1402 | ...                   .stroke(egui::Stroke::new(1.0, theme::BDR))
[INFO] [stdout]      |                                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]      = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:1612:83
[INFO] [stdout]      |
[INFO] [stdout] 1612 |             .frame(egui::Frame::none().fill(theme::SURF).stroke(egui::Stroke::new(1.0, theme::BDR))
[INFO] [stdout]      |                                                                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:1616:81
[INFO] [stdout]      |
[INFO] [stdout] 1616 |             .frame(egui::Frame::none().fill(theme::BG).stroke(egui::Stroke::new(1.0, theme::BDR))
[INFO] [stdout]      |                                                                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:1620:83
[INFO] [stdout]      |
[INFO] [stdout] 1620 |             .frame(egui::Frame::none().fill(theme::SURF).stroke(egui::Stroke::new(1.0, theme::BDR))
[INFO] [stdout]      |                                                                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:1709:47
[INFO] [stdout]      |
[INFO] [stdout] 1709 |                     .stroke(egui::Stroke::new(1.0,
[INFO] [stdout]      |                                               ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:1828:51
[INFO] [stdout]      |
[INFO] [stdout] 1828 |                         .stroke(egui::Stroke::new(1.0, theme::BDR))
[INFO] [stdout]      |                                                   ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:2081:55
[INFO] [stdout]      |
[INFO] [stdout] 2081 | ...                   .stroke(egui::Stroke::new(1.0, theme::BDR))
[INFO] [stdout]      |                                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:2130:152
[INFO] [stdout]      |
[INFO] [stdout] 2130 | ...NSPARENT).stroke(egui::Stroke::new(1.0, theme::BDR)).rounding(egui::Rounding::same(5.0)).min_size(egui::vec2(0.0,24.0))).clicke...
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:2139:150
[INFO] [stdout]      |
[INFO] [stdout] 2139 | ...NSPARENT).stroke(egui::Stroke::new(1.0, theme::BDR)).rounding(egui::Rounding::same(5.0)).min_size(egui::vec2(0.0,24.0))).clicke...
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:2160:150
[INFO] [stdout]      |
[INFO] [stdout] 2160 | ...NSPARENT).stroke(egui::Stroke::new(1.0, theme::BDR)).rounding(egui::Rounding::same(5.0)).min_size(egui::vec2(0.0,24.0))).clicke...
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:2288:67
[INFO] [stdout]      |
[INFO] [stdout] 2288 | ...                   .stroke(egui::Stroke::new(1.0, theme::BDR))
[INFO] [stdout]      |                                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:2405:59
[INFO] [stdout]      |
[INFO] [stdout] 2405 | ...                   .stroke(egui::Stroke::new(1.0, theme::BDR))
[INFO] [stdout]      |                                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:2496:59
[INFO] [stdout]      |
[INFO] [stdout] 2496 | ...                   .stroke(egui::Stroke::new(1.0, theme::BDR))
[INFO] [stdout]      |                                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:2506:59
[INFO] [stdout]      |
[INFO] [stdout] 2506 | ...                   .stroke(egui::Stroke::new(1.0, theme::BDR))
[INFO] [stdout]      |                                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:2516:59
[INFO] [stdout]      |
[INFO] [stdout] 2516 | ...                   .stroke(egui::Stroke::new(1.0, theme::BDR))
[INFO] [stdout]      |                                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:2761:39
[INFO] [stdout]      |
[INFO] [stdout] 2761 |             .stroke(egui::Stroke::new(1.0, theme::BDR))
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:2790:51
[INFO] [stdout]      |
[INFO] [stdout] 2790 |                         .stroke(egui::Stroke::new(1.5, stop_col))
[INFO] [stdout]      |                                                   ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:2850:39
[INFO] [stdout]      |
[INFO] [stdout] 2850 |             .stroke(egui::Stroke::new(1.0, theme::BDR))
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:2862:59
[INFO] [stdout]      |
[INFO] [stdout] 2862 | ...                   .stroke(egui::Stroke::new(1.0, theme::BDR))
[INFO] [stdout]      |                                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> src/app.rs:2945:39
[INFO] [stdout]      |
[INFO] [stdout] 2945 |             .stroke(egui::Stroke::new(1.0, theme::BDR))
[INFO] [stdout]      |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/theme.rs:33:29
[INFO] [stdout]    |
[INFO] [stdout] 33 |         .stroke(Stroke::new(1.0, BDR))
[INFO] [stdout]    |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/theme.rs:41:29
[INFO] [stdout]    |
[INFO] [stdout] 41 |         .stroke(Stroke::new(1.0, BDR))
[INFO] [stdout]    |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/theme.rs:76:25
[INFO] [stdout]    |
[INFO] [stdout] 76 |     .stroke(Stroke::new(1.0, BDR))
[INFO] [stdout]    |                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/theme.rs:116:44
[INFO] [stdout]     |
[INFO] [stdout] 116 |     vis.window_stroke        = Stroke::new(1.0, BDR);
[INFO] [stdout]     |                                            ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/theme.rs:128:40
[INFO] [stdout]     |
[INFO] [stdout] 128 |             $w.bg_stroke = Stroke::new(1.0, $s);
[INFO] [stdout]     |                                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout] ...
[INFO] [stdout] 134 |     wset!(vis.widgets.noninteractive, fill=SURF2, stroke=BDR,  fg=TDIM);
[INFO] [stdout]     |     ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: this warning originates in the macro `wset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/theme.rs:129:40
[INFO] [stdout]     |
[INFO] [stdout] 129 |             $w.fg_stroke = Stroke::new(1.5, $fg);
[INFO] [stdout]     |                                        ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout] ...
[INFO] [stdout] 134 |     wset!(vis.widgets.noninteractive, fill=SURF2, stroke=BDR,  fg=TDIM);
[INFO] [stdout]     |     ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: this warning originates in the macro `wset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/theme.rs:128:40
[INFO] [stdout]     |
[INFO] [stdout] 128 |             $w.bg_stroke = Stroke::new(1.0, $s);
[INFO] [stdout]     |                                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout] ...
[INFO] [stdout] 135 |     wset!(vis.widgets.inactive,       fill=SURF3, stroke=BDR,  fg=TXT);
[INFO] [stdout]     |     ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: this warning originates in the macro `wset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/theme.rs:129:40
[INFO] [stdout]     |
[INFO] [stdout] 129 |             $w.fg_stroke = Stroke::new(1.5, $fg);
[INFO] [stdout]     |                                        ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout] ...
[INFO] [stdout] 135 |     wset!(vis.widgets.inactive,       fill=SURF3, stroke=BDR,  fg=TXT);
[INFO] [stdout]     |     ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: this warning originates in the macro `wset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/theme.rs:128:40
[INFO] [stdout]     |
[INFO] [stdout] 128 |             $w.bg_stroke = Stroke::new(1.0, $s);
[INFO] [stdout]     |                                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout] ...
[INFO] [stdout] 136 |     wset!(vis.widgets.hovered,        fill=SURF4, stroke=ACC2, fg=TXT);
[INFO] [stdout]     |     ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: this warning originates in the macro `wset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ACCD` is never used
[INFO] [stdout]   --> src/theme.rs:11:11
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const ACCD:  Color32 = Color32::from_rgb(0x4e, 0x46, 0xb4);
[INFO] [stdout]    |           ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/theme.rs:129:40
[INFO] [stdout]     |
[INFO] [stdout] 129 |             $w.fg_stroke = Stroke::new(1.5, $fg);
[INFO] [stdout]     |                                        ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout] ...
[INFO] [stdout] 136 |     wset!(vis.widgets.hovered,        fill=SURF4, stroke=ACC2, fg=TXT);
[INFO] [stdout]     |     ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: this warning originates in the macro `wset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TINFO` is never used
[INFO] [stdout]   --> src/theme.rs:18:11
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub const TINFO: Color32 = Color32::from_rgb(0x38, 0xbd, 0xe8);
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `BTN_SUCCESS_BG` is never used
[INFO] [stdout]   --> src/theme.rs:25:11
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub const BTN_SUCCESS_BG:  Color32 = Color32::from_rgb(0x14, 0x6e, 0x3c);
[INFO] [stdout]    |           ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `BTN_STOP_BG` is never used
[INFO] [stdout]   --> src/theme.rs:26:11
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub const BTN_STOP_BG:     Color32 = Color32::from_rgb(0x6e, 0x18, 0x18);
[INFO] [stdout]    |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `inner_card` is never used
[INFO] [stdout]   --> src/theme.rs:37:8
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub fn inner_card() -> egui::Frame {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/theme.rs:128:40
[INFO] [stdout]     |
[INFO] [stdout] 128 |             $w.bg_stroke = Stroke::new(1.0, $s);
[INFO] [stdout]     |                                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout] ...
[INFO] [stdout] 137 |     wset!(vis.widgets.active,         fill=ACC,   stroke=ACC2, fg=Color32::WHITE);
[INFO] [stdout]     |     ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: this warning originates in the macro `wset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `log_frame` is never used
[INFO] [stdout]   --> src/theme.rs:45:8
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub fn log_frame() -> egui::Frame {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `section_frame` is never used
[INFO] [stdout]   --> src/theme.rs:52:8
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub fn section_frame() -> egui::Frame { card() }
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `toolbar_frame` is never used
[INFO] [stdout]   --> src/theme.rs:53:8
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub fn toolbar_frame() -> egui::Frame {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/theme.rs:129:40
[INFO] [stdout]     |
[INFO] [stdout] 129 |             $w.fg_stroke = Stroke::new(1.5, $fg);
[INFO] [stdout]     |                                        ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout] ...
[INFO] [stdout] 137 |     wset!(vis.widgets.active,         fill=ACC,   stroke=ACC2, fg=Color32::WHITE);
[INFO] [stdout]     |     ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: this warning originates in the macro `wset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/theme.rs:128:40
[INFO] [stdout]     |
[INFO] [stdout] 128 |             $w.bg_stroke = Stroke::new(1.0, $s);
[INFO] [stdout]     |                                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout] ...
[INFO] [stdout] 138 |     wset!(vis.widgets.open,           fill=SURF3, stroke=ACC,  fg=TXT);
[INFO] [stdout]     |     ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: this warning originates in the macro `wset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/theme.rs:129:40
[INFO] [stdout]     |
[INFO] [stdout] 129 |             $w.fg_stroke = Stroke::new(1.5, $fg);
[INFO] [stdout]     |                                        ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout] ...
[INFO] [stdout] 138 |     wset!(vis.widgets.open,           fill=SURF3, stroke=ACC,  fg=TXT);
[INFO] [stdout]     |     ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: this warning originates in the macro `wset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/theme.rs:141:41
[INFO] [stdout]     |
[INFO] [stdout] 141 |     vis.selection.stroke  = Stroke::new(1.0, ACC2);
[INFO] [stdout]     |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ACCD` is never used
[INFO] [stdout]   --> src/theme.rs:11:11
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const ACCD:  Color32 = Color32::from_rgb(0x4e, 0x46, 0xb4);
[INFO] [stdout]    |           ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TINFO` is never used
[INFO] [stdout]   --> src/theme.rs:18:11
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub const TINFO: Color32 = Color32::from_rgb(0x38, 0xbd, 0xe8);
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `BTN_SUCCESS_BG` is never used
[INFO] [stdout]   --> src/theme.rs:25:11
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub const BTN_SUCCESS_BG:  Color32 = Color32::from_rgb(0x14, 0x6e, 0x3c);
[INFO] [stdout]    |           ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `BTN_STOP_BG` is never used
[INFO] [stdout]   --> src/theme.rs:26:11
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub const BTN_STOP_BG:     Color32 = Color32::from_rgb(0x6e, 0x18, 0x18);
[INFO] [stdout]    |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `inner_card` is never used
[INFO] [stdout]   --> src/theme.rs:37:8
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub fn inner_card() -> egui::Frame {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `log_frame` is never used
[INFO] [stdout]   --> src/theme.rs:45:8
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub fn log_frame() -> egui::Frame {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `section_frame` is never used
[INFO] [stdout]   --> src/theme.rs:52:8
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub fn section_frame() -> egui::Frame { card() }
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `toolbar_frame` is never used
[INFO] [stdout]   --> src/theme.rs:53:8
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub fn toolbar_frame() -> egui::Frame {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [optimized + debuginfo] target(s) in 1m 00s
[INFO] running `Command { std: "docker" "inspect" "ce54fa4b7911aae219d0a41bdfca401a5a0205f2a5fcd5cd2ed2f38115a70118", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce54fa4b7911aae219d0a41bdfca401a5a0205f2a5fcd5cd2ed2f38115a70118", kill_on_drop: false }`
[INFO] [stdout] ce54fa4b7911aae219d0a41bdfca401a5a0205f2a5fcd5cd2ed2f38115a70118
